func github.com/golang/protobuf/proto.newTextParser
2 uses
github.com/golang/protobuf/proto (current package)
text_decode.go#L60: if err := newTextParser(s).unmarshalMessage(mi.ProtoReflect(), ""); err != nil {
text_decode.go#L83: func newTextParser(s string) *textParser {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)